home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / Enforcer / Enforcer.Readme < prev    next >
Encoding:
Text File  |  1997-02-01  |  4.3 KB  |  106 lines

  1.                             Enforcer 37.70
  2.                                   by
  3.                              Michael Sinz
  4.  
  5.                         Copyright © 1992-1997
  6.                          All Rights Reserved
  7.  
  8. ******************************************************************************
  9. *                                                                            *
  10. * Permission is hereby granted to distribute this program's archive          *
  11. * containing the executables and documentation for non-commercial purposes   *
  12. * so long as the archive and its contents are not modified in any way.       *
  13. *                                                                            *
  14. * This program may not be distributed for a profit.                          *
  15. *                                                                            *
  16. * This program is not in the public domain.                                  *
  17. *                                                                            *
  18. ******************************************************************************
  19.  
  20. Enforcer V37 - For 68020/68851, 68030, 68040, & 68060 CPUs
  21.  
  22. It requires V37 of the OS or better and does not have *any*
  23. exceptions in it for specific software.  Nothing should be causing
  24. Enforcer hits.
  25.  
  26. Requires an MMU.  On 68EC030 systems, it may think it is working
  27. even if it is not due to the fact that the missing MMU is very
  28. hard to detect.  Use LawBreaker to check.
  29.  
  30. This Enforcer has also been highly optimized to be as fast as
  31. possible.
  32.  
  33. Enforcer can now also be used with CPU or SetCPU FASTROM or most
  34. any other MMU-Kickstart-Mapping tool.  This means that you do not
  35. have to give up your speed in order to use Enforcer.  (Major win
  36. on A2000 and A500 systems)
  37.  
  38. Make sure you read the documentation before using these programs.
  39.  
  40.  *****************
  41. ** Read the DOCs **
  42.  *****************  Watch out since Enforcer does not get used
  43. the same as the old Enforcer.  Remember, this thing is a completely
  44. different beast.
  45.  
  46. -----
  47.  
  48. Changes from 37.62
  49.  
  50.     Added 68060 support.  (See documentation)
  51.     Added MMU tool.       (See documentation)
  52.  
  53.     New examples of how to build a debugger to track Enforcer hits
  54.     while debugging.  (Enforcer.doc or Enforcer.Guide)
  55.  
  56.     A large amount of new documentation - only in the Enforcer.Guide
  57.     file.  This includes information on how 68040.library did the
  58.     system patches and what implementers of 68060.library need to
  59.     watch out for.  A must read for any real hacker.
  60.  
  61.     Source code offer - detailed in the Enforcer.Guide file.
  62.     (Yes, you can now get the source code to Enforcer!)
  63.  
  64. Changes from 37.60
  65.  
  66.     Updated FindHit to work with a larger variety of debugging
  67.     information - which includes the new DICE compiler.
  68.  
  69.     Added ROM module scanning to SegTracker.  This is useful since
  70.     it will at least be able to tell you which ROM module was
  71.     involved with the hit (and thus you can then better track
  72.     what happened in your code.)
  73.  
  74.     Updated DOC and AmigaGuide files as needed.  Note that
  75.     I finally remembered to update my EMail address :-)
  76.  
  77. Changes from V37.58:
  78.  
  79.     Tested against some more CPU boards and now should handle even
  80.     the strangest of them.  (I don't have these boards so I need
  81.     reports from people in order to make sure Enforcer works on
  82.     them.)
  83.  
  84.     Cleaned up the output of the Enforcer VERBOSE option and
  85.     added more output to that option.  Also added a check for
  86.     a strange operation with certain CPU boards.
  87.  
  88. Please send all comments to Michael Sinz.  Enjoy...
  89.  
  90. /----------------------------------------------------------------------\
  91. |      /// Michael Sinz                                                |
  92. |     ///                   UUNET:  michael.sinz@scala.com             |
  93. |    ///   BIX:  msinz      or      msinz@bix.com                      |
  94. |\\\///    "Can't I just bend one of the rules?" said the student.     |
  95. | \XX/     The Master just looked back at him with a sad expression.   |
  96. \----------------------------------------------------------------------/
  97.  
  98.  ************
  99. ** Remember **    *NOTHING* should cause an Enforcer hit.  There is
  100.  ************    no reason to ever cause one if the software is written
  101.         correctly.  When Enforcer is running, the VBR is moved
  102.         and even interrupt vector poking should work just fine
  103.         without Enforcer hits.  Software that causes Enforcer
  104.         hits may not be able to run on future systems.  In fact,
  105.         such software may not even run on current systems.
  106.